-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support vsock on Android as well as Linux. #1301
Conversation
The libc change has now been merged and released, please review. |
The CI failure looks unrelated to my change as far as I can tell, is there some way to rerun it? |
I think that failure is due to a bug in glibc. I restarted it. But note this warning, that is probably related to your PR:
|
Ah, that might be because of the libc version upgrade. Fixed now. |
Looks good. Now please squash your commits. |
Also, looks like you'll need to rebase. |
Fix deprecation warning from libc update.
Thanks, rebased and squashed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Build succeeded: |
1307: Release v0.19.0. r=kamalmarhubi a=qwandor-google I'd like to get a new version of the crate released including #1301 so that I can get the vsock crate building on Android, and get both imported into the Android tree. Co-authored-by: Andrew Walbran <[email protected]>
This change depends on rust-lang/libc#1905 so can't be merged until that is merged and released.